wayland: Remove unused data structure
authorChristophe Fergeau <cfergeau@redhat.com>
Tue, 28 Nov 2017 16:43:24 +0000 (17:43 +0100)
committerChristophe Fergeau <cfergeau@redhat.com>
Wed, 29 Nov 2017 10:29:29 +0000 (11:29 +0100)
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
https://bugzilla.gnome.org/show_bug.cgi?id=790031

gdk/wayland/gdkselection-wayland.c

index f85071c39f9b9625950ca50ae6c808dc7b867083..e8f9453a8b56c2c4254ccd9a354dd3dd7fa74b5b 100644 (file)
@@ -61,12 +61,6 @@ struct _StoredSelection
   gint fd;
 };
 
-struct _DataSourceData
-{
-  GdkWindow *window;
-  GdkAtom selection;
-};
-
 struct _DataOfferData
 {
   GDestroyNotify destroy_notify;